home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / compulse.swf / scripts / DefineSprite_162_loadFadeOut / frame_1 / DoAction.as
Encoding:
Text File  |  2013-04-24  |  96 b   |  6 lines

  1. onEnterFrame = function()
  2. {
  3.    this._x = _root.camera._x;
  4.    this._y = _root.camera._y;
  5. };
  6.